@font-face {
    font-family: Digital;
    src:url('DS-DIGII.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#todo{
  text-align: center;
  margin: 0 auto;
  color: #333333;
}
#fondo {
   background-image: url("digital-011.png");
   background-repeat: no-repeat;
   background-position: center top;
   background-size: 100%;
   width: 320px;
   height: 450px;
   margin: 0 auto;
}

.reloj{
  position: relative; 
  width: 50%; 
  left: 0%;
  top: 34%;
  font-family: Digital;
  font-size: 400%;
  color: #000;
}
#pausacr{
  font-family: Tahoma, Arial, sans-serif;

}